projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
731635e
)
a11y: set ATK_ROLE_LIST_ITEM to GtkListBoxRow
author
Alejandro Piñeiro
<apinheiro@igalia.com>
Wed, 11 Sep 2013 14:50:29 +0000
(16:50 +0200)
committer
Alejandro Piñeiro
<apinheiro@igalia.com>
Fri, 13 Sep 2013 09:01:44 +0000
(11:01 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=707915
gtk/gtklistbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.c
b/gtk/gtklistbox.c
index 1d9d59401faf676c4273357f675bc85e3eba7c88..1da04d7c21adc7cbb0ea41c0771d1d8b1f0f10e9 100644
(file)
--- a/
gtk/gtklistbox.c
+++ b/
gtk/gtklistbox.c
@@
-2821,4
+2821,6
@@
gtk_list_box_row_class_init (GtkListBoxRowClass *klass)
_gtk_marshal_VOID__VOID,
G_TYPE_NONE, 0);
widget_class->activate_signal = row_signals[ROW__ACTIVATE];
+
+ gtk_widget_class_set_accessible_role (widget_class, ATK_ROLE_LIST_ITEM);
}